home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000165_news@columbia.edu _Mon Nov 11 14:30:36 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id OAA06324 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 11 Nov 1996 14:30:36 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id OAA01499 for kermit.misc@watsun; Mon, 11 Nov 1996 14:30:35 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: ckermit: Running scripts through "expect"?
  8. Date: 11 Nov 1996 19:30:08 GMT
  9. Organization: Columbia University
  10. Lines: 14
  11. Message-ID: <567us0$i1u@apakabar.cc.columbia.edu>
  12. References: <567t7c$b5s@crl2.crl.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <567t7c$b5s@crl2.crl.com>, Tony Gonzalez <oak@crl.com> wrote:
  16. : Does anyone know if it's possible to use the "expect" scrunipt utility
  17. : already on unix systems to run dial-in, telnet, application, etc., scripts?
  18. C-Kermit is designed to be used interactively, or via command files
  19. (scripts).  It is not designed to be tricked by "expect" into *thinking* it
  20. is being used interactively, but some people do that anyway -- they are on
  21. their own for this.
  22.  
  23. C-Kermit has its own script programming language built in, so you don't
  24. need to use expect to write scripts -- it's just another layer of
  25. complexity and potential problems that you don't need.
  26.  
  27. - Frank